type github.com/klauspost/compress/flate.decompressor
29 uses
github.com/klauspost/compress/flate (current package)
inflate.go#L310: type decompressor struct {
inflate.go#L352: func (f *decompressor) nextBlock() {
inflate.go#L397: func (f *decompressor) Read(b []byte) (int, error) {
inflate.go#L420: func (f *decompressor) WriteTo(w io.Writer) (int64, error) {
inflate.go#L452: func (f *decompressor) Close() error {
inflate.go#L464: func (f *decompressor) readHuffman() error {
inflate.go#L600: func (f *decompressor) dataBlock() {
inflate.go#L650: func (f *decompressor) copyData() {
inflate.go#L673: func (f *decompressor) finishBlock() {
inflate.go#L699: func (f *decompressor) doStep() {
inflate.go#L728: func (f *decompressor) moreBits() error {
inflate.go#L740: func (f *decompressor) huffSym(h *huffmanDecoder) (int, error) {
inflate.go#L812: func (f *decompressor) Reset(r io.Reader, dict []byte) error {
inflate.go#L813: *f = decompressor{
inflate.go#L828: func (f *decompressor) ResetCP(r io.Reader, cp InflateCheckpoint) error {
inflate.go#L829: *f = decompressor{
inflate.go#L846: func (f *decompressor) applyCP(cp InflateCheckpoint) error {
inflate.go#L865: type ReaderOpt func(*decompressor)
inflate.go#L870: return func(f *decompressor) {
inflate.go#L877: return func(f *decompressor) {
inflate.go#L897: return func(f *decompressor) {
inflate.go#L906: return func(f *decompressor) {
inflate.go#L916: var f decompressor
inflate_gen.go#L17: func (f *decompressor) huffmanBytesBuffer() {
inflate_gen.go#L268: func (f *decompressor) huffmanBytesReader() {
inflate_gen.go#L519: func (f *decompressor) huffmanBufioReader() {
inflate_gen.go#L770: func (f *decompressor) huffmanStringsReader() {
inflate_gen.go#L1021: func (f *decompressor) huffmanGenericReader() {
inflate_gen.go#L1268: func (f *decompressor) huffmanBlockDecoder() {
![]() |
The pages are generated with Golds v0.8.5. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |